.title{
	width: 100%;
	margin-top: 10%;
}
.title1{
	text-align: center;
	/*margin-top:*/
	color: white;
	font-size: 40px;
	margin-top:-30px;
}
.title_div{
	top: 50%;
	width: 960px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	margin-top: -200px;
}
.word{
	color: #ccc;
	    display: block;
    position: absolute;
    top: 4px;
    left: 170px;
    letter-spacing: -1px;
    font-weight: normal
}
.title_div1{
	top: 45%;
	width: 670px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -345px;
	/*margin-top: -200px;*/
}
.title_div h1{
	color: white;
	font-size: 80px;
}
.title_div1 h3{
	color: white;
	font-size: 50px;
}
.title2{
		text-align: center;
/*	margin-top: 10%;*/
		font-size: 40px;
		margin: 20px;
}
.title3{
		text-align: center;
	/*line-height: 45px;*/
	/*margin-top: 20px;*/
		font-size: 45px;
		margin: 20px;
}
.title_p{
	font-size: 40px;
	margin-top: 20px;
	font-weight: bold;
	color:white;
}
.menu {
	height: 100%;
	line-height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	text-align:center;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}
/*.menu ul{margin-right: -600px;}*/
.menu ul li {
	margin: 0 8px;
	display: inline-block;
/*	padding: 0 5px;*/
	font-size: 16px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	border-top: 3px solid transparent;
}


.menu ul li a {
	color: #ccc;
	cursor: pointer;
	font-size: 14px;
}


.menu ul li a:hover,
.menu ul li.active a {
	/*color: #00dfb9;*/
	text-decoration: none;
}


.menu ul li.active {
	/*border-bottom: 3px solid #00dfb9;*/
}


#menu {
	position: fixed;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	z-index: 20;
}
.title_h3{
	color: rgb(255, 116, 0);
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px;
}

#course-desc p {
    font-size: 14px;
    color: rgb(34, 34, 34);
}
.p1{
	display: none;
}

#p1:hover + .p1{
	display: block;
}
.sy_top{
	margin-top: 60px;
}
